home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / rain_for.swf / scripts / DefineButton2_997 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2010-04-12  |  104 b   |  5 lines

  1. on(release){
  2.    this._parent.mcMusicIntro.oSound.stop();
  3.    _global.mcRoot.gotoAndStop("splash");
  4. }
  5.